home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 September
/
Designer's Club 1997 September.iso
/
mac
/
Idea Source™
/
Main.DIR
/
00015_Script_15
< prev
next >
Wrap
Text File
|
1997-08-01
|
538b
|
14 lines
on exitFrame
go the frame
cursor 200
set the locH of sprite 10 to the mouseH
set the locV of sprite 10 to the mouseV
if sprite 10 intersects 2 then go frame "virt"
if sprite 10 intersects 3 then go frame "drawd"
if sprite 10 intersects 4 then go frame "story"
if sprite 10 intersects 5 then go frame "bug"
if sprite 10 intersects 6 then go frame "show"
if sprite 10 intersects 7 then go frame "baby"
if sprite 10 intersects 8 then go frame "faces"
if sprite 10 intersects 9 then go frame "help"
end